IsValid
TheIsValid
method should return a Boolean value that indicates whether this embedded-frames iterator is valid.
ODBoolean IsValid ();
- return value
kODTrue
if this embedded-frames iterator is valid, otherwisekODFalse
.DISCUSSION
A client of this embedded-frames iterator calls this method if it wants to ensure that it makes calls only to a valid embedded-frames iterator, without generating an exception.OVERRIDING
When you subclassODEmbeddedFramesIterator
, you must override this method. Your override method must not call its inherited method; that is, your override method must implement this method's functionality completely.SEE ALSO
TheODEmbeddedFramesIterator::CheckValid
method (page 205).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help